home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / fcfgw40s.zip / PROPFI~1.H < prev    next >
C/C++ Source or Header  |  1996-04-15  |  869b  |  42 lines

  1. // PropFileLoc.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CPropFileLoc dialog
  6.  
  7. class CPropFileLoc : public CPropertyPage
  8. {
  9.     DECLARE_DYNCREATE(CPropFileLoc)
  10.  
  11. // Construction
  12. public:
  13.     CPropFileLoc();
  14.     ~CPropFileLoc();
  15.  
  16. // Dialog Data
  17.     //{{AFX_DATA(CPropFileLoc)
  18.     enum { IDD = IDD_PROP_FILE_LOCATION };
  19.     CString    m_FileListPath;
  20.     CString    m_FileLocation;
  21.     CString    m_AreaName;
  22.     int        m_DateFormat;
  23.     //}}AFX_DATA
  24.  
  25.  
  26. // Overrides
  27.     // ClassWizard generate virtual function overrides
  28.     //{{AFX_VIRTUAL(CPropFileLoc)
  29.     protected:
  30.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. protected:
  35.     // Generated message map functions
  36.     //{{AFX_MSG(CPropFileLoc)
  37.     afx_msg void OnButtonListing();
  38.     //}}AFX_MSG
  39.     DECLARE_MESSAGE_MAP()
  40.  
  41. };
  42.